|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3.1.0) B28977-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebServiceEndpointInfo
Implementations of this interface provide access to information about a web service endpoint.
Method Summary | |
---|---|
void |
addOperation(QName name) Add a web service operation. |
QName |
getBindingName() Get the QName of the binding. |
Element |
getDescriptorElement() Get the port-component descriptor Element associated with this endpoint. |
String |
getEndpointAddressSubContextUri() Get the part of the endpoint address that follows the root context. |
String |
getEndpointName() Get the name of the web service endpoint. |
String |
getImplementorType() Determine the name of the web service implementor type. |
Level |
getLoggingLevel() Determine the configured logging level for this endpoint. |
long |
getMaxRequestSize() Determine the size of the largest request recorded thus far. |
Collection |
getOperations() Get all the web service operations. |
QName |
getPortName() Get the name of the web service port as it is defined in the WSDL definition. |
WebServiceEndpointRuntimeData |
getRuntimeData() Get the runtime data associated with this endpoint. |
QName |
getServiceName() Get the QName of the web service. |
String |
getStyle() Get the style of the endpoint. |
String |
getWebServiceName() Get the name of the web service this endpoint provides. |
URL |
getWSDL() Get the WSDL URL for this endpoint. |
InputStream |
getWsdlAsStream() Get an InputStream for reading the WSDL definition with which this endpoint is associated. |
Definition |
getWSDLDefinition() Get the WSDL Definition that describes this endpoint. |
File |
getWsdlFileAsFile() Get the WSDL Definition document as a File instance. |
boolean |
implementedByEjbComponent() Determine whether or not this endpoint is implemented by an EJB. |
boolean |
isMtomSupported() Determine whether or not MTOM is supported by this endpoint. |
boolean |
isRestSupported() Determine whether or not REST is supported by this endpoint. |
void |
setLoggingLevel(Level level) Set the logging level for this endpoint. |
void |
setRuntimeData(WebServiceEndpointRuntimeData runtimeData) Associate the specified runtime data with this endpoint. |
Method Detail |
---|
Definition getWSDLDefinition()
QName getPortName()
QName getBindingName()
QName getServiceName()
String getWebServiceName()
String getEndpointName()
Collection getOperations()
void addOperation(QName name)
name
- The unique QName of the operation to add.boolean implementedByEjbComponent()
Element getDescriptorElement()
URL getWSDL() throws MalformedURLException
MalformedURLException
File getWsdlFileAsFile()
InputStream getWsdlAsStream() throws IOException
IOException
String getImplementorType()
String getEndpointAddressSubContextUri()
String getStyle()
long getMaxRequestSize()
boolean isRestSupported()
boolean isMtomSupported()
Level getLoggingLevel()
void setLoggingLevel(Level level)
level
- A java.util.logging.Level instance specifying the desired level.WebServiceEndpointRuntimeData getRuntimeData()
void setRuntimeData(WebServiceEndpointRuntimeData runtimeData)
runtimeData
- A WebServiceEndpointRuntimeData instance.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |