|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WsaEprCreator
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 |
|---|
EndpointReferenceType createEpr(String address)
EndpointReferenceType createEpr(String address,
String portType,
String serviceName)
void addReferencePropertiesAttribute(EndpointReferenceType eprType,
QName qname,
String value)
void addElementToReferenceProperties(EndpointReferenceType eprType,
QName qname,
String value)
void addReferenceParametersAttribute(EndpointReferenceType eprType,
QName qname,
String value)
void addElementToReferenceParameters(EndpointReferenceType eprType,
QName qname,
String value)
void addToReferenceProperties(EndpointReferenceType eprType,
XmlObject object)
void addToReferenceParameters(EndpointReferenceType eprType,
XmlObject object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||