|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJaxwsWebServiceRef
Manage WebServiceRef metadata.
| Method Summary | |
|---|---|
String |
getDeclaringClass()
|
String |
getHandlerChainFile()
|
IHandlerChains |
getHandlerChains()
|
String |
getMappedName()
|
String |
getName()
|
IPortComponentRef |
getPortComponentRef(String serviceEndpointInterface)
Gets a port component ref by providings its service endpoint interface. |
List<IPortComponentRef> |
getPortComponentRefs()
|
String |
getType()
|
String |
getValue()
The service class, always a type extending javax.xml.ws.Service. |
String |
getWsdlLocation()
|
void |
setDeclaringClass(String declaringClassname)
|
void |
setHandlerChainFile(String fileAttribute)
Store the value of the @HandlerChain.file attribute which is collocated with this @WebServiceRef. |
void |
setHandlerChains(IHandlerChains handlerChains)
Stores an Object representation of a handler-chains defined in standard descriptors. |
void |
setMappedName(String mappedName)
A product specific name that this resource should be mapped to. |
void |
setName(String name)
The JNDI name of the resource. |
void |
setPortComponentRefs(List<IPortComponentRef> portComponentRefs)
Stores all port component refs. |
void |
setType(String type)
The Java type of the resource. |
void |
setValue(String value)
This element must be specified whenever the type of the reference is a service endpoint interface. |
void |
setWsdlLocation(String wsdlLocation)
A URL pointing to the WSDL document for the web service. |
| Method Detail |
|---|
String getMappedName()
void setMappedName(String mappedName)
mappedName - product specific nameString getName()
void setName(String name)
name - JNDI nameString getType()
void setType(String type)
type - Java typeString getValue()
void setValue(String value)
value - The service class, always a type extending javax.xml.ws.ServiceString getWsdlLocation()
void setWsdlLocation(String wsdlLocation)
wsdlLocation - Absolute URL or relative URL (to the module)void setHandlerChainFile(String fileAttribute)
fileAttribute - attribute's valueString getHandlerChainFile()
void setHandlerChains(IHandlerChains handlerChains)
handlerChains - handler-chains as Object.IHandlerChains getHandlerChains()
void setPortComponentRefs(List<IPortComponentRef> portComponentRefs)
portComponentRefs - list of port component ref.List<IPortComponentRef> getPortComponentRefs()
IPortComponentRef getPortComponentRef(String serviceEndpointInterface)
serviceEndpointInterface - the given SEI
void setDeclaringClass(String declaringClassname)
declaringClassname - Class declaring the @HandlerChain annotation.String getDeclaringClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||