|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface javax.xml.rpc.Binding defines a Java representation for a protocol binding. An example of binding is SOAP 1.1 over HTTP. This interface is defined to be independent of SOAP 1.1.
Method Summary | |
QName |
getPortType()
Gets the port type associated with this binding |
java.lang.Object |
getProperty(java.lang.String name)
Gets value of a named property associated with this binding |
java.lang.String |
getTransport()
Gets the transport for this protocol binding. |
void |
setPortType(QName portType)
Sets the port type associated with this binding |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Sets a property associated with this binding |
void |
setTransport(java.lang.String protocol)
Sets the transport for this protocol binding. |
Method Detail |
public void setTransport(java.lang.String protocol)
public java.lang.String getTransport()
public QName getPortType()
public void setPortType(QName portType)
public void setProperty(java.lang.String name, java.lang.Object value)
public java.lang.Object getProperty(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |