|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.wss.jaxws.impl.TubeConfiguration
com.sun.xml.wss.jaxws.impl.ServerTubeConfiguration
public final class ServerTubeConfiguration
TubeConfiguration
for servers.
Constructor Summary | |
---|---|
ServerTubeConfiguration(com.sun.xml.ws.policy.PolicyMap policy,
com.sun.xml.ws.api.model.wsdl.WSDLPort wsdlModel,
com.sun.xml.ws.api.server.WSEndpoint endpoint)
|
Method Summary | |
---|---|
com.sun.xml.ws.api.WSBinding |
getBinding()
Gets the applicable WSBinding for this pipeline. |
com.sun.xml.ws.api.server.WSEndpoint |
getEndpoint()
Gets the WSEndpoint for which the pipeline is being created. |
Methods inherited from class com.sun.xml.wss.jaxws.impl.TubeConfiguration |
---|
getPolicyMap, getWSDLPort |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerTubeConfiguration(com.sun.xml.ws.policy.PolicyMap policy, com.sun.xml.ws.api.model.wsdl.WSDLPort wsdlModel, com.sun.xml.ws.api.server.WSEndpoint endpoint)
Method Detail |
---|
public com.sun.xml.ws.api.server.WSEndpoint getEndpoint()
WSEndpoint
for which the pipeline is being created.
WSEndpoint
provides information about the surrounding environment,
such as access to the application server.
public com.sun.xml.ws.api.WSBinding getBinding()
TubeConfiguration
WSBinding
for this pipeline.
getBinding
in class TubeConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |