Name

Call

Synopsis

public interface Call {
// Public Constants
    public static final String ENCODINGSTYLE_URI_PROPERTY;
               // ="javax.xml.rpc.encodingstyle.namespace.uri”
    public static final String OPERATION_STYLE_PROPERTY;
               // ="javax.xml.rpc.soap.operation.style”
    public static final String PASSWORD_PROPERTY;
               // ="javax.xml.rpc.security.auth.password”
    public static final String SESSION_MAINTAIN_PROPERTY;
               // ="javax.xml.rpc.session.maintain”
    public static final String SOAPACTION_URI_PROPERTY;
               // ="javax.xml.rpc.soap.http.soapaction.uri”
    public static final String SOAPACTION_USE_PROPERTY;
               // ="javax.xml.rpc.soap.http.soapaction.use”
    public static final String USERNAME_PROPERTY;
               // ="javax.xml.rpc.security.auth.username”
                  // Property Accessor Methods (by property name)
    public abstract javax.xml.namespace.QName getOperationName(  );
    public abstract void setOperationName(javax.xml.namespace.QName operationName);
    public abstract Map getOutputParams( ); 
    public abstract java.util.List getOutputValues( ); 
    public abstract javax.xml.namespace.QName getPortTypeName(  );
    public abstract void setPortTypeName(javax.xml.namespace.QName portType); 
    public abstract Iterator getPropertyNames(  ); 
    public abstract javax.xml.namespace.QName getReturnType(  ); 
    public abstract void setReturnType(javax.xml.namespace.QName xmlType); 
    public abstract void setReturnType(javax.xml.namespace.QName xmlType, 
Class javaType); public abstract String getTargetEndpointAddress( ); public abstract void setTargetEndpointAddress(  ...

Get Java Web Services in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.