|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is a utility class which facilitates the creation of Endpoint References.
| Method Summary | |
void |
addElementToReferenceParameters(EndpointReferenceType eprType,
QName qname,
String value)
Adds an element to the ReferenceParameters type within the specified Endpoint reference. |
void |
addElementToReferenceProperties(EndpointReferenceType eprType,
QName qname,
String value)
Adds an element to the ReferenceProperties type within the specified Endpoint reference. |
void |
addReferenceParametersAttribute(EndpointReferenceType eprType,
QName qname,
String value)
Adds an attribute to the ReferenceParameters type within the specified Endpoint reference. |
void |
addReferencePropertiesAttribute(EndpointReferenceType eprType,
QName qname,
String value)
Adds an attribute to the ReferenceProperties type within the specified Endpoint reference. |
void |
addToReferenceParameters(EndpointReferenceType eprType,
XmlObject object)
Copies the contents of the specified XmlObject into the reference parameters element |
void |
addToReferenceProperties(EndpointReferenceType eprType,
XmlObject object)
Copies the contents of the specified XmlObject into the reference properties element |
EndpointReferenceType |
createEpr(String address)
Creats an Endpoint reference type based on the specified address |
EndpointReferenceType |
createEpr(String address,
String portType,
String serviceName)
Creats an Endpoint reference type based on the specified address, portType and ServiceName |
| Method Detail |
public EndpointReferenceType createEpr(String address)
public EndpointReferenceType createEpr(String address,
String portType,
String serviceName)
public void addReferencePropertiesAttribute(EndpointReferenceType eprType,
QName qname,
String value)
public void addElementToReferenceProperties(EndpointReferenceType eprType,
QName qname,
String value)
public void addReferenceParametersAttribute(EndpointReferenceType eprType,
QName qname,
String value)
public void addElementToReferenceParameters(EndpointReferenceType eprType,
QName qname,
String value)
public void addToReferenceProperties(EndpointReferenceType eprType,
XmlObject object)
public void addToReferenceParameters(EndpointReferenceType eprType,
XmlObject object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||