org.jboss.webservice.metadata.jaxrpcmapping
Class ServiceEndpointInterfaceMapping
java.lang.Object
org.jboss.webservice.metadata.jaxrpcmapping.ServiceEndpointInterfaceMapping
- All Implemented Interfaces:
- Serializable
public class ServiceEndpointInterfaceMapping
- extends Object
- implements Serializable
XML mapping of the java-wsdl-mapping/service-endpoint-interface-mapping element.
- Since:
- 14-May-2004
- Author:
- Thomas.Diesler@jboss.org
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceEndpointInterfaceMapping
public ServiceEndpointInterfaceMapping(JavaWsdlMapping javaWsdlMapping)
getJavaWsdlMapping
public JavaWsdlMapping getJavaWsdlMapping()
getServiceEndpointInterface
public String getServiceEndpointInterface()
setServiceEndpointInterface
public void setServiceEndpointInterface(String serviceEndpointInterface)
getWsdlPortType
public javax.xml.namespace.QName getWsdlPortType()
setWsdlPortType
public void setWsdlPortType(javax.xml.namespace.QName wsdlPortType)
getWsdlBinding
public javax.xml.namespace.QName getWsdlBinding()
setWsdlBinding
public void setWsdlBinding(javax.xml.namespace.QName wsdlBinding)
getServiceEndpointMethodMappings
public ServiceEndpointMethodMapping[] getServiceEndpointMethodMappings()
addServiceEndpointMethodMapping
public void addServiceEndpointMethodMapping(ServiceEndpointMethodMapping serviceEndpointMethodMapping)
getServiceEndpointMethodMappingByWsdlOperation
public ServiceEndpointMethodMapping getServiceEndpointMethodMappingByWsdlOperation(String wsdlOperation)
serialize
public String serialize()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.