代码搜索:openwave
找到约 434 项符合「openwave」的源代码
代码结果 434
www.eeworm.com/read/301429/3840061
java soapexception.java
package com.openwave.mms.mm7.soap;
public class SOAPException extends Exception {
private String string;
public SOAPException( String string ) {
this.string = string;
}
pub
www.eeworm.com/read/301429/3840062
java soapmethod.java
package com.openwave.mms.mm7.soap;
import java.util.Vector;
public class SOAPMethod extends SOAPParameter {
public SOAPMethod( SOAPQName name,
Vector params )
www.eeworm.com/read/301429/3840065
java soapbody.java
package com.openwave.mms.mm7.soap;
public class SOAPBody {
private SOAPMethod method;
public SOAPBody() {}
public void setMethod( SOAPMethod method ) {
this.method = method;
www.eeworm.com/read/301429/3840072
java messagelistener.java
package com.openwave.mms.mm7;
/**
* This interface defines the methods that applications use to process
* requests from MMSC. It is for use only by applications that operate
* in receive-only
www.eeworm.com/read/138754/5813839
c buffer.c
/*
** Obx Buffer management routines
*/
/*
* Copyright Notice
* Copyright (c) Ericsson, IBM, Lotus, Matsushita Communication
* Industrial Co., Ltd., Motorola, Nokia, Openwave Systems, Inc.,
* P
www.eeworm.com/read/174884/5355274
c buffer.c
/*
** Obx Buffer management routines
*/
/*
* Copyright Notice
* Copyright (c) Ericsson, IBM, Lotus, Matsushita Communication
* Industrial Co., Ltd., Motorola, Nokia, Openwave Systems, Inc.,
* P
www.eeworm.com/read/301429/3840013
java intorpercent.java
// EDITOR NOTE: Please set number of columns to 100 in ur editor.
package com.openwave.mms.content;
/**
* This class denotes the attribute value which can be specified either as
* an integer or a
www.eeworm.com/read/301429/3840015
java defaulttemplate.java
// EDITOR NOTE: Please set number of columns to 100 in ur editor.
package com.openwave.mms.content;
/**
* This class implements the Template interface to define a default
* version of
www.eeworm.com/read/301429/3840025
java slidefactory.java
// EDITOR NOTE: Please set number of columns to 100 in ur editor.
package com.openwave.mms.content;
/**
* This class creates concrete implementation objects for the
* Slide interface
www.eeworm.com/read/301429/3840026
java template.java
// EDITOR NOTE: Please set number of columns to 100 in ur editor.
package com.openwave.mms.content;
/**
* This interface represents a template on which all slides in a multimedia
* presentation ar