public interface WSDLHandlerContext extends HandlerContext
Modifier and Type | Method and Description |
---|---|
javax.xml.namespace.QName |
getInterfaceName()
Returns the name of the interface the operation specified in the
getOperationName() method is defined in.
|
java.lang.String |
getMessageName()
Returns the name of the message the handler should specifically handle.
|
java.lang.String |
getOperationName()
Returns the name of the operation the handler should specifically
handle.
|
ParameterType |
getParameterType()
Returns the parameter type (IN, OUT, FAULT) the handler should
specifically handle.
|
java.lang.String |
getPortName()
Returns the name of the port the handler should specifically handle.
|
java.lang.String |
getServiceKey()
Returns the unique key of the service the handler should specifically
handle.
|
javax.xml.namespace.QName |
getServiceName()
Returns the name of the service the handler should specifically
handle.
|
javax.wsdl.Definition |
getWSDLDefinition()
Returns a WSDL document for additional context.
|
clone, getProperty, getPropertyNames, setProperty
javax.xml.namespace.QName getServiceName()
java.lang.String getServiceKey()
java.lang.String getPortName()
java.lang.String getOperationName()
javax.xml.namespace.QName getInterfaceName()
ParameterType getParameterType()
java.lang.String getMessageName()
javax.wsdl.Definition getWSDLDefinition()
Rogue Wave, Inc. Copyright (C) 2000-2019, All rights reserved
This software is the confidential and proprietary information of Rogue Wave, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Rogue Wave, Inc.